All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.naming.AuthenticationNotSupportedException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.naming.NamingException
                           |
                           +----java.naming.NamingSecurityException
                                   |
                                   +----java.naming.AuthenticationNotSupportedException

public class AuthenticationNotSupportedException
extends NamingSecurityException
This exception is raised when attempting authentication and the authentication not supported.


Constructor Index

 o AuthenticationNotSupportedException()
Constructs a new instance of AuthenticationNotSupportedException.
 o AuthenticationNotSupportedException(Name, Object, Name)
Constructs a new instance of AuthenticationNotSupportedException using the arguments supplied.
 o AuthenticationNotSupportedException(Name, Object, Name, String)
Constructs a new instance of AuthenticationNotSupportedException.
 o AuthenticationNotSupportedException(String)
Constructs a new instance of AuthenticationNotSupportedException using the arguments supplied.

Constructors

 o AuthenticationNotSupportedException
 public AuthenticationNotSupportedException(Name resolvedName,
                                            Object resolvedObj,
                                            Name remainingName,
                                            String explanation)
Constructs a new instance of AuthenticationNotSupportedException.

Parameters:
resolvedName - The part of the name that has been successfully resolved.
resolvedObj - The object to which resolution was successful.
remainingName - The remaining unresolved portion of the name.
explanation - Additional detail about this exception.
 o AuthenticationNotSupportedException
 public AuthenticationNotSupportedException(Name resolvedName,
                                            Object resolvedObj,
                                            Name remainingName)
Constructs a new instance of AuthenticationNotSupportedException using the arguments supplied.

Parameters:
resolvedName - The part of the name that has been successfully resolved.
resolvedObj - The object to which resolution was successful.
remainingName - The remaining unresolved portion of the name.
 o AuthenticationNotSupportedException
 public AuthenticationNotSupportedException(String explanation)
Constructs a new instance of AuthenticationNotSupportedException using the arguments supplied.

Parameters:
explanation - Additional detail about this exception.
 o AuthenticationNotSupportedException
 public AuthenticationNotSupportedException()
Constructs a new instance of AuthenticationNotSupportedException.


All Packages  Class Hierarchy  This Package  Previous  Next  Index